home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 10875 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.3 KB

  1. Path: nuclear.microserve.net!news
  2. From: ada105@psu.edu (Alexander Achey)
  3. Newsgroups: comp.lang.c++
  4. Subject: Visual C++ memory
  5. Date: Mon, 11 Mar 1996 06:28:48 GMT
  6. Organization: Microserve Information Systems (800)-380-INET
  7. Message-ID: <4i06pl$ret@crash.microserve.net>
  8. Reply-To: ada105@psu.edu
  9. NNTP-Posting-Host: ada105.rh.psu.edu
  10. X-Newsreader: Forte Free Agent 1.0.82
  11.  
  12.    Hi all,
  13.     I'm having  little problem with visual C++ for windows and I was
  14. wondering if anyone out the could help me.  I'm writing a program
  15. which needs to read information from text files into memory.  I have
  16. the program written to read it, and it works fine for a small amout of
  17. reading, but after it reads for a second in a big file, it gives me an
  18. out of memory error.  I looked it over and I though it might have been
  19. because I was using the medium memory model, so I tried switching to
  20. large.  Then, the program gave me a error that an ASSERT statement had
  21. failed in the "filecore.cpp" file.  Can someone help me out with this?
  22. I'm just really starting and I'm not quite sure how to get around this
  23. one.  I have Charles Petzold's Windows Programming and the book Inside
  24. Visual C++ if you can refer me to anything in those that might do it,
  25. but I couldn't find anything.  I'd really appreciate any help you
  26. could give me, thanks!
  27.  
  28.    Alex(ada105@psu.edu)
  29.  
  30.